Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor normalize test suite usage #10

Conversation

gonzalo-bulnes
Copy link
Contributor

@gonzalo-bulnes gonzalo-bulnes commented May 2, 2016

As a Ruby developer new to this project
In order to get started quickly
And know which part of the test suite is intended to be run daily
When I run rake
Then I want to see the entire test suite output

See #5

There is a quite widespread convention that the default Rake task
runs the test suite (Travis CI uses it for example).

Running the Cucumber features using running 'cucumber'
(resp. 'bundle exec cucumber') is still possible. Also more
Rake tasks could be added for convenience, and the debug scenarios
cold be run using 'rake cucumber:debug' for example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant